home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / PROGRAMMING / DESKLIBC / SOURCES.ZIP / DeskLib / !DLSources / Libraries / DragASpr / h / SwiNos < prev   
Text File  |  1993-04-24  |  373b  |  15 lines

  1.  
  2. XOS_Bit                         EQU &020000
  3.  
  4. SWI_OS_Byte                     EQU &000006
  5. SWI_OS_SWINumberFromString      EQU &000039
  6.  
  7. SWI_Wimp_GetWindowState         EQU &0400cb
  8. SWI_Wimp_GetIconState           EQU &0400ce
  9. SWI_Wimp_DragBox                EQU &0400d0
  10.  
  11. SWI_DragASprite_Start           EQU &042400
  12. SWI_DragASprite_Stop            EQU &042401
  13.  
  14.          END 
  15.